home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-04 / perl419x.zip / WISHLIST.DDS < prev   
Text File  |  1992-02-23  |  948b  |  23 lines

  1. Note: this is Diomidis Spinellis' original wishlist, distrbuted
  2. with perl 3.018, April 1990.  I have added a couple of comments.
  3.    - Len Reed, Sep. 1991
  4.  
  5. Perl in general:
  6. Add ftw or find?
  7. Add a parsing mechanism (user specifies parse tree, perl parses).
  8. Arbitrary precision arithmetic.
  9. File calculus (e.g. file1 = file2 + file3, file1 =^ s/foo/bar/g etc.)
  10.  
  11. MS-DOS version of Perl:
  12. Add interface to treat dBase files as associative arrays.
  13. (gdbm added Sep. 1991 - L. Reed)
  14. Add int86x function.
  15. Handle the C preprocessor.  (Done, Nov. 1990, L. Reed)
  16. Provide real pipes by switching the processes. (difficult)
  17. Provide a list of ioctl codes.
  18. Check the ioctl errno handling.
  19. I can't find an easy way in Perl to pass a number as the first argument
  20.   to ioctl.  This is needed for some functions of ioctl.  Either hack
  21.   ioctl, or change perl to ioctl interface.  Another solution would be
  22.   a perl pseudo array containing the filehandles indexed by fd.
  23.